Lowercase windows.h
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 3 Apr 2014 12:10:08 +0000 (12:10 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 3 Apr 2014 12:10:08 +0000 (12:10 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4791 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/gui/serial_win.cc

index 7ebf0252158c46991385e61abd17070b194d62aa..1a267e68b454d671783c6b4c5cb824d698a47646 100644 (file)
@@ -41,7 +41,7 @@ void MainWindow::osLoadDeviceNameCombos(QComboBox *box)
 #else // This code assumes Windows 2000 or later
 
 // Uses QueryDosDevice(), Minimum supported: Windows 2000 Professional/Server
-#include <Windows.h> 
+#include <windows.h> 
 #include <stdio.h>
 
 void MainWindow::osLoadDeviceNameCombos(QComboBox *box)